.article-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
  height: 220px;
  -webkit-box-shadow: 0 0 4px #aaa;
          box-shadow: 0 0 4px #aaa;
  -webkit-transition: -webkit-box-shadow 0.6s;
  transition: -webkit-box-shadow 0.6s;
  transition: box-shadow 0.6s;
  transition: box-shadow 0.6s, -webkit-box-shadow 0.6s;
  background-color: #fff;
}
.article-group .article-focus {
  margin-right: 15px;
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.article-group .article-focus img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.article-group .article-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-group .article-content .article-title {
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article-group .article-content .article-title a {
  color: #333;
}
.article-group .article-content .article-body {
  margin: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #555;
  font-size: 1rem;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
}
.article-group .article-content .article-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 26px;
  font-size: 1rem;
  white-space: nowrap;
}
.article-group .article-content .article-footer span,
.article-group .article-content .article-footer a {
  color: #888;
  display: inline-block;
}
.article-group .article-content .article-footer span + span,
.article-group .article-content .article-footer span + a,
.article-group .article-content .article-footer a + span,
.article-group .article-content .article-footer a + a {
  margin-left: 60px;
}
.article-group .article-content .article-footer .more {
  width: 28px;
  text-align: center;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article-group .article-content .article-footer .more:hover {
  background-color: #eee;
}
.article-group + .article-group {
  margin-top: 30px;
}
.article-group:hover {
  -webkit-box-shadow: 0 0 15px #888 !important;
          box-shadow: 0 0 15px #888 !important;
}
.article-group:hover .article-focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
html,
body {
  overflow: hidden;
  height: 100%;
}
#fullpage {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
}
#fullpage .full-section {
  height: 100%;
}
#fullpage .full-section .section-container {
  height: 100%;
}
.fp-tableCell .navblock {
  height: 100%;
  padding-top: 71px;
  overflow: hidden;
}
.fp-tableCell .tablecell-box {
  background-size: 100% 100%;
  background-position: center center;
  overflow: auto;
  height: 100%;
}
#index-page1 .swiper-container {
  padding-top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-page1 .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#index-page1 .swiper-slide .img-cover {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#index-page1 .swiper-pagination {
  bottom: 60px;
}
#index-page1 .swiper-pagination-bullet-active {
  font-weight: bolder;
}
#index-page1 .swiper-pagination-bullet-active::after {
  width: 2rem !important;
}
#index-page1 .swiper-pagination-bullet-active:hover::after {
  width: 2rem !important;
}
#index-page2 {
  background-image: url(/static/pc/images/5f30e8c14d4fb3083a966d724103d5b7.jpg);
  background-size: cover;
}
@media screen and (max-height: 710px) {
  #index-page2 .section-container .section-list li.section-list-group {
    padding: 30px 15px !important;
  }
  #index-page2 .section-container .section-list li.section-list-group img {
    height: 3rem !important;
  }
  #index-page2 .section-container .section-list li.section-list-group h3 {
    margin-top: 15px !important;
  }
  #index-page2 .section-container .section-list li.section-list-group::after {
    display: none !important;
  }
}
#index-page2 .section-container .section-focus {
  height: 35%;
  text-align: center;
  padding: 0 15%;
  line-height: 2;
}
#index-page2 .section-container .section-focus p {
  color: #666666;
}
#index-page2 .section-container .section-list {
  overflow: hidden;
  padding: 20px 5%;
  height: 55%;
  text-align: center;
}
#index-page2 .section-container .section-list .section-list-group {
  float: left;
  height: 100%;
  width: 17.6%;
  padding: 60px 25px 50px 25px;
  line-height: 1.5;
  list-style: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
#index-page2 .section-container .section-list .section-list-group .section-item {
  height: 80%;
}
#index-page2 .section-container .section-list .section-list-group img {
  width: auto;
  height: 3.5rem !important;
  height: auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#index-page2 .section-container .section-list .section-list-group h3 {
  color: #333;
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#index-page2 .section-container .section-list .section-list-group p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  height: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 11.2em;
}
#index-page2 .section-container .section-list .section-list-group:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #888;
          box-shadow: 0 0 15px #888;
}
#index-page2 .section-container .section-list .section-list-group:hover h3 {
  color: #d1bb93;
}
#index-page2 .section-container .section-list .section-list-group:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#index-page2 .section-container .section-list .section-list-group:hover::after {
  opacity: 0.8;
}
#index-page2 .section-container .section-list .section-list-group + li {
  margin-left: 3%;
}
#index-page2 .section-container .section-list .section-list-group::after {
  content: " ";
  display: block;
  width: 25%;
  height: 2px;
  margin: auto;
  opacity: 0.3;
  background-color: #000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#index-page3 {
  background-image: url(/static/pc/images/a2cd8cef53ae7df34d9b4e4997a4e19f.jpg);
  background-size: cover;
}
#index-page3 .page-group-title {
  position: absolute;
  left: 50%;
  top: 15%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
#index-page3 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-page3 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-left: 1px solid #707070;
}
#index-page3 .swiper-slide:first-child {
  border: none;
}
#index-page3 .z-container-full {
  position: relative;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#index-page3 .control-prev,
#index-page3 .control-next {
  font-family: Linotype, Didot, Arial;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
#index-page3 .control-prev {
  width: 61px;
  left: 0;
  border-right: 1px solid #707070;
}
#index-page3 .control-prev .control-number {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#index-page3 .control-prev span {
  margin-right: 5px;
}
#index-page3 .control-next {
  width: 60px;
  right: 0;
  border-left: 1px solid #707070;
}
#index-page3 .section-group .section-item-content {
  margin-bottom: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#index-page3 .section-group .section-item-content .section-index {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  font-size: 35px;
  color: #888;
}
#index-page3 .section-group .section-item-content .section-index img {
  width: 40px;
  height: auto;
}
#index-page3 .section-group .section-item-content .section-index::after {
  content: " ";
  display: block;
  width: 1px;
  height: 180px;
  background-color: #aaa;
  margin: 10px auto 30px auto;
}
@media screen and (max-height: 710px) {
  #index-page3 .section-group .section-item-content .section-index::after {
    height: 110px;
  }
}
#index-page3 .section-group .section-item-content .section-title h3 a {
  font-size: 1.5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #ddd;
}
#index-page3 .section-group .section-item-content .section-title p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #888;
  height: 3rem;
  height: 3em;
}
#index-page3 .section-group .section-img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  width: 80%;
  margin: auto;
  overflow: hidden;
}
#index-page3 .swiper-slide {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#index-page3 .swiper-slide:hover {
  background-color: #fff;
}
#index-page3 .swiper-slide:hover .section-item-content {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}
#index-page3 .swiper-slide:hover .section-index,
#index-page3 .swiper-slide:hover .section-img {
  opacity: 1;
}
#index-page3 .swiper-slide:hover .section-title h3 a {
  color: #b2945a;
}
#index-page3 .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#index-page4 .slide-shade {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index-page4 .control {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
}
#index-page5 {
  background-image: url(/static/pc/images/21b316faf3a43388af4e09c38995e164.jpg);
  background-size: cover;
}
#index-page5::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#index-page5 .z-container-full {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#index-page5 .z-container-full .section-item {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index-page5 .z-container-full .section-item .vertical {
  width: 100%;
  height: 100%;
  display: table;
}
#index-page5 .z-container-full .section-item .middle {
  width: 100%;
}
#index-page5 .z-container-full .section-item:hover {
  background-color: #fff;
}
#index-page5 .z-container-full .section-item:hover .section-item-title h3,
#index-page5 .z-container-full .section-item:hover .section-item-title p {
  color: #aaa;
}
#index-page5 .z-container-full .section-item:hover .section-item-footer {
  opacity: 1;
}
#index-page5 .z-container-full .section-item:hover .white {
  display: block;
}
#index-page5 .z-container-full .section-item:hover .black {
  display: none;
}
#index-page5 .z-container-full .section-item .white {
  display: none;
}
#index-page5 .z-container-full .section-item img {
  display: block;
  margin: auto;
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-height: 710px) {
  #index-page5 .z-container-full .section-item img {
    width: 50px;
  }
}
#index-page5 .z-container-full .section-item .section-item-title {
  color: #c8c8c8;
}
#index-page5 .z-container-full .section-item .section-item-title h3 {
  margin: 5px 0 0 0;
  font-size: 0.9rem;
  line-height: 1rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#index-page5 .z-container-full .section-item .section-item-title p {
  margin-top: 5px;
  font-size: 0.6rem;
  font-weight: normal;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#index-page5 .z-container-full .section-item .section-item-footer {
  padding: 0 15px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#index-page5 .z-container-full .section-item .section-item-footer .content {
  overflow: hidden;
  font-size: 0.8rem;
  font-size: #888;
  line-height: 1.8;
}
#index-page5 .z-container-full .section-item .section-item-footer .more {
  display: block;
  color: #fff;
  width: 100%;
  line-height: 3;
  background-color: #c0a062;
  margin: auto;
}
#index-page5 .z-container-full .box-1 {
  left: 20%;
  bottom: 0;
  border-bottom: none;
  width: 15%;
  height: 65%;
}
#index-page5 .z-container-full .box-2 {
  top: 0;
  left: 35%;
  width: 15%;
  height: 60%;
  border-top: none;
  margin-left: -1px;
}
#index-page5 .z-container-full .box-3 {
  bottom: 10%;
  left: 50%;
  width: 15%;
  height: 45%;
  margin-left: -2px;
}
#index-page5 .z-container-full .box-4 {
  top: 0;
  left: 65%;
  width: 15%;
  height: 60%;
  border-top: none;
  border-bottom: none;
  margin-left: -3px;
  margin-bottom: -1px;
}
#index-page5 .z-container-full .box-5 {
  padding-top: 15px;
  padding-bottom: 15px;
  left: 65%;
  bottom: 10%;
  right: 0;
  height: 30%;
  margin-left: -3px;
}
#index-page6 {
  background-image: url(/static/pc/images/8f4ea0946a1ab3d6dfcb25b9acb1ce9c.jpg);
  background-size: cover;
}
@media screen and (max-height: 710px) {
  #index-page6 .z-container-full {
    padding: 20px 0 !important;
  }
  #index-page6 .z-container-full .section-item {
    zoom: 0.8;
  }
}
#index-page6 .z-container-full {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
#index-page6 .z-container-full .section-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#index-page6 .z-container-full .section-item .section-animated {
  opacity: 0;
}
#index-page6 .z-container-full .section-item .text {
  position: relative;
  margin: 0;
  font-weight: bolder;
  font-size: 2.5rem;
}
#index-page6 .z-container-full .section-item .text .super-l,
#index-page6 .z-container-full .section-item .text .super-r {
  opacity: 0.6;
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  white-space: nowrap;
  color: #e9e9e9;
  font-weight: normal;
}
#index-page6 .z-container-full .section-item .text .super-l {
  right: 110%;
}
#index-page6 .z-container-full .section-item .text .super-r {
  left: 110%;
}
#index-page6 .z-container-full .section-item p {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #eee;
  margin: 0;
}
#index-page6 .z-container-full .section-item + .section-item::after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  top: 30%;
  bottom: 30%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
}
#index-page7 {
  background-image: url(/static/pc/images/bff706786c61fd07172df43c7d73179c.jpg);
  background-size: cover;
}
@media screen and (max-height: 710px) {
  #index-page7 .section-body {
    zoom: 0.88;
  }
  #index-page7 .section-more {
    zoom: 0.8;
  }
}
#index-page7 .section-container {
  height: 100%;
  max-height: 850px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index-page7 .section-container .page-group-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index-page7 .section-container .section-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index-page7 .section-container .section-group {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 21%;
          flex: 1 1 21%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #333;
          box-shadow: 0 0 8px #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index-page7 .section-container .section-group + .section-group {
  margin-left: 4%;
}
#index-page7 .section-container .section-group:hover {
  background-color: #333333;
}
#index-page7 .section-container .section-group:hover .section-group-date {
  background: #b2945a;
}
#index-page7 .section-container .section-group:hover section a {
  color: #fff;
}
#index-page7 .section-container .section-group-date {
  margin: 0 10%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  color: #fff;
  padding: 15px 10px;
  position: absolute;
  top: -40px;
}
#index-page7 .section-container .section-group-date .mmdd {
  font-size: 22px;
}
#index-page7 .section-container .section-group-date .yyyy {
  font-size: 16px;
  text-align: right;
}
#index-page7 .section-container .section-group-source {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #888;
}
#index-page7 .section-container section {
  padding: 0 10%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#index-page7 .section-container section h3,
#index-page7 .section-container section h1,
#index-page7 .section-container section h2 {
  font-size: 1.5rem;
}
#index-page7 .section-container section a {
  color: #000;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index-page7 .section-container section p {
  height: 4.5rem;
  color: #aaa;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-height: 800px) {
  #index-page7 .section-container .section-body {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  #index-page7 .section-container section p {
    height: 2.6rem;
    color: #aaa;
    font-size: 1rem;
    line-height: 1.3rem;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  #index-page7 .section-container .section-focus {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 170px !important;
            flex: 0 0 170px !important;
  }
  #index-page7 .section-container .section-more {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}
#index-page7 .section-container .section-focus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 215px;
          flex: 0 0 215px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#index-page7 .section-container .section-more {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
